home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / stronged / !StrongED_Messages < prev    next >
Encoding:
Text File  |  1996-09-01  |  25.8 KB  |  599 lines

  1. # Help file for StrongED
  2.  
  3. # Default filenames..
  4. DefName_BaseModeFFF:Textfile
  5. DefName_BaseModeFEB:Obeyfile
  6. DefName_BaseModeFFE:Command
  7. DefName_:Newfile
  8.  
  9. # Interactive help on menus :
  10. # Iconbar:
  11.  
  12. MIconbar:StrongED
  13. #    Info        \Rto get information about this version of StrongED.|MClick to get help on StrongED.
  14. #    Choices...    Click to open a dbox with all global choices.|MNote that there is a similar box available from the Mode menu, which is used to set mode-dependant options.
  15. #    TextList   ^L    Click to open a window continually showing all views.
  16. #    Purge Undo    This removes all undo info and thus frees some memory.
  17. #    Create        Click to create an empty textfile.|M\Rcreate other filetypes.
  18. #    File menu    Click to load and edit the File Menu
  19. #    Quit        Click to quit StrongED.
  20.  
  21. # Iconbar:Create->
  22.  
  23. MCreate:Filetype
  24. #    Text            Click to create an empty textfile.
  25. #    Obey            Click to create an empty Obey file.
  26. #    Exec            Click to create an empty Exec file.
  27. #                    Click to create an empty file of given type.
  28.  
  29. # View:
  30.  
  31. MView:StrongED
  32. #    Misc
  33. #    Save            \Rsave text or block.|MClick here to save text directly.
  34. #    Block
  35. #    Edit
  36. #    Display
  37. #    Mode
  38.  
  39. # View:Misc>
  40.  
  41. MMisc:Misc
  42. #    Help       ⇧F1        Click to get help on StrongED.
  43. #    Print            \Rprint text or marked block.
  44. #    File info  ^I        \Ropen the fileinfo box.
  45. #    Filetype        \Rset the filetype for this text.|M(This can also be done in the savebox)
  46. #    Chars     ^⇧F9        Click to open the character selection box.
  47. #    Locked            This is ticked if the file is write protected. Click to temporarily override this.
  48.  
  49. MFTyp:Filetype
  50. #                      Type filetype and press RETURN.
  51.  
  52. # View:Block->
  53.  
  54. MBlock:Block
  55. #    Mark
  56. #    Clear mark ^Z        Click to clear the currently marked block.
  57. #    Process
  58. #    Clipboard
  59.  
  60. # View:Block->Mark->
  61.  
  62. MMark:Mark
  63. #    Start/End F6        Click to set start or end of block.
  64. #    Word      ^A 2        Click to mark the word at the cursor.
  65. #    Line      ^A 3        Click to mark the line at the cursor.
  66. #    Text      ^A 4        Click to mark the entire text.
  67.  
  68. # View:Block->Clipboard->
  69.  
  70. MClip:Clipboard
  71. #    Copy to clipboard ^⇧C    Click to copy the current block to the clipboard.
  72. #    Cut to clipboard  ^⇧X    Click to move the current block to the clipboard.
  73. #    Paste to text     ^⇧V    Click to insert the contents of the clipboard into the text.
  74. #    Purge clipboard   ^⇧Z    Click to remove current contents from clipboard.
  75.  
  76. # View:Block->Process->
  77.  
  78. MProcess:Process
  79. #    Copy       ^C        Click to copy block to where cursor is now.
  80. #    Move       ^V        Click to move block to where cursor is now.
  81. #    Delete     ^X        Click to delete block.
  82. #    Uppercase  ^U        Click to force text in block to uppercase. Key shortcut only applies when you're inside block.
  83. #    Lowercase  ^J        Click to force text in block to lowercase. Key shortcut only applies when you're inside block.
  84. #    Swap case  ^S        Click to swap case on text in block. Key shortcut only applies when you're inside block.
  85. #    Indent            \Rindent marked block.
  86. #    Tab to spaces        Click to replace all tabs with spaces.
  87. #    Spaces to Tab        Click to replace spaces at start of the lines with tabs
  88. #    Rot13            Click to "encrypt"/"decrypt" block.|M(It adds 13 to the ascii value of each letter) 
  89. #    Sort            Click to sort lines of block in ascending order.
  90.  
  91. # View:Block->Process->Indent->
  92.  
  93. MIndent:Indent
  94. #                Type a positive number to indent each line in block with that many spaces. Type a negative number to remove characters.|MAnything else will be inserted as written (but \\t will be converted to TAB)
  95.  
  96. # View:Edit->
  97.  
  98. MEdit:Edit
  99. #    Insert            Click to toggle between insert and overwrite mode.
  100. #    After Block        Click to toggle After Block on/off.|MWhen on, the cursor will be placed at the end of the block when you move or copy it.
  101. #    Tabkey
  102. #    Search       F4
  103. #    Replace     ⇧F4
  104. #    ListOfFound  F2
  105. #    Goto line    F5
  106. #    Goto block  ⇧F5        Click here to move cursor to start/end of marked block.
  107. #    Undo         F8        Click here to undo the last change done to the text.
  108. #    Redo        ^F8        Click here to redo the last change that was undone.
  109. #    Change \n        \Rchange physical line ending
  110. #    Unwrap            Click here to insert newlines where lines wrap.
  111.  
  112. # View:Edit->Tabkey->
  113.  
  114. MTabkey:Tabkey
  115. #    'Truetab'        Click here to make the TAB key insert a TAB character.
  116. #    Nearest            Click here to make the TAB key insert enough spaces to position cursor under/over start of word on line above/below.
  117. #                Click here to make the TAB key insert enough spaces to move caret to the next column divisible by the given number.
  118.  
  119.  
  120. # View:Edit->Change \n->
  121.  
  122. MNewline:Newlines
  123. #    LF    (0A)        This is the standard line ending on the Archimedes.
  124. #    CR    (0D)        I can't quite remember where this line ending is used, but it is..
  125. #    LF+CR (0A0D)        This is what you get when you store output from the VDU|M*Modules { > ModList }      The file ModList will have this line ending.
  126. #    CR+LF (0D0A)        This is the standard line ending on MSDOS machines.
  127.  
  128. # View:Display->
  129.  
  130. MDisplay:Display
  131. #    New view    ^WC        Click here to create a new view for the text.
  132. #    Wrapwidth
  133. #    ShowTab
  134. #    ShowCtrl
  135. #    \n type
  136. #    Infobar
  137.  
  138. # View:Display->New view->
  139.  
  140. MNewView:New View
  141. #    Split Vertically   ^WV    Click to split current view in two
  142. #    Split horizontally ^WH    Click to split current view in two
  143.  
  144. # View:Display->Wrapwidth->
  145.  
  146. MWrapW:Wrapwidth
  147. #    Automatic        Click here to set wrapwidth to automatic.|MWhen this is on, the width of the text will always be the same as the visible width of the window.
  148. #    80            Click here to set wrapwidth to 80 chars.
  149. #    132            Click here to set wrapwidth to 132 chars.
  150. #                Click here to set wrapwidth to the given value.
  151.  
  152. # View:Display->ShowTab->
  153.  
  154. MShowTab:ShowTab
  155. #    As Ctrl chars        If this is on, TAB characters will be displayed in the same way as other control characters.
  156. #    Tab to 4 column        If this is on, TAB characters will force a jump to the next column divisible by 4.
  157. #    Tab to 8 column        If this is on, TAB characters will force a jump to the next column divisible by 8.
  158. #    |------|  ⇧TAB        If this is on, TAB characters will be visible.
  159.  
  160. # View:Display->ShowCtrl->
  161.  
  162. MShowCtrl:ShowCtrl
  163. #    [hex]            If this is on, control characters will be displayed with its hexadecimal value.
  164. #    .            If this is on, control characters will be displayed as a "."
  165.  
  166. # View:Display->Infobar->
  167.  
  168. MInfobar:Filepos
  169. #    (x,y)            Click here if you want the infobar to show the caret's x,y position in the text.
  170. #    (Offset)        Click here if you want the infobar to show the caret's offset position in the text.
  171.  
  172. # View:Task->
  173.  
  174. MTask:TaskWindow
  175. #    AutoScroll        When On, view will automatically scroll to show output. 
  176. #    Suspend            Click to halt task.
  177. #    Resume            Click to resume a halted task.
  178. #    Kill            Click to kill task.
  179.  
  180. # View:Mode->
  181. MModeFN:Mode
  182. #    Change mode        \Rselect which mode to use.|MThis only changes the key bindings and this menu.
  183. #    Choices..        Click to open configure box for this mode.
  184. #    Base functions
  185.  
  186. # ListOfFound:
  187.  
  188. MLoF:ListOfFound
  189. #    Save            \Ropen savebox for this list.
  190. #    Sort by string        Click to sort entries.
  191. #    Sort by position    Click to show entries in the order they were found.
  192. #    Whole line
  193. #    From found
  194. #    After found
  195. #    Align found
  196.  
  197. MRScope:Search
  198. #    Block            Replace all occurrences inside marked block.
  199. #    Text            Replace all occurrences after caret in this text.
  200. #    All Texts        Replace all occurrences
  201.  
  202. MDispl:Display
  203. #    Whole line
  204. #    From found
  205. #    After found
  206. #    Align found
  207.  
  208. MLoT:List of Texts
  209. #    New View        Create new view for this text.
  210. #    Save text        Save this text without question.
  211. #    Save changed        Save all changed files without question.
  212. #    Kill View        Kill this view.
  213. #    Kill unchanged        Kill all files that are unchanged.
  214. #    Kill all        Kill all files.
  215.  
  216. MFType:Filetypes
  217. #    Text
  218. #    BASIC
  219. #    Obey
  220. #    Data
  221.  
  222. # Misc
  223. Learn:Learning..
  224. Tab0:TrueTab
  225. Tab1:Nearest
  226. Tab2:Column
  227. Create:Click to create an empty file in given mode.
  228. Change:Click to change to the given mode.
  229. FileMenu:This is the File Menu.|MClick to load file or execute command.|MTo edit the menu, click on "File Menu" in iconbar menu.
  230. DLoF0:Whole
  231. DLoF1:From
  232. DLoF2:After
  233. DLoF3:Align
  234. Rp0:Block
  235. Rp1:Text
  236. Rp2:All
  237. Ins0:Insert
  238. Ins1:Overwr
  239. N0:LF
  240. N1:CR
  241. N2:LF+CR
  242. N3:CR+LF
  243. Sav0:Save text
  244. Sav1:Unchanged text
  245. Sav2:Save block
  246. Sav3:Save viewers
  247. Sav4:Save LoF
  248. Sav5:viewers
  249. Sav6:block
  250. Sav7:ListOFound
  251. Sav8:Dump
  252. Th0:Processing:
  253. Th1:Errors in : 
  254. Th2:Info for  : 
  255. XDefName:Unnamed
  256. Chs:?@[\]^_`{|}~€Ŵŵ◰☓Ŷŷ⇦⇨⇩⇧…™‰•‘’‹›“”„–—−Œœ†‡fifl ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
  257. ChW:20
  258. TModes:Modes
  259. TBFun:Functions
  260. PrTx:Print Text
  261. PrBl:Print Block
  262. THist:History
  263. TFiles:File menu
  264. TGrab:Grab
  265.  
  266. CM0
  267. BM0:-
  268. BM1:b
  269. BM2:B
  270. BM3:f
  271. BM4:F
  272. CM1:C
  273.  
  274. Ioff:To see interactive help for StrongED, turn it on in the Global Configure, Save settings and start StrongED anew. 
  275.  
  276. # Interactive help..
  277.  
  278. Hib:This is the StrongED text editor.|MClick to create empty textfile.
  279.  
  280. Hwn05??:This is a StrongED view.
  281. Hwn0601:This shows the position of the caret in the text.|MClick Select to open Goto dbox|MClick Adjust to toggle between x,y and offset
  282. Hwn0602:This shows whether the editor is in insert or overwrite modus.|MClick select to toggle.
  283. Hwn0603:This shows what will happen when you press the TAB key.|MClick Select to cycle the options, or press Menu to open a menu of them.
  284. Hwn0604:This shows whether there is a block marked or not.|M  - : There is no block marked.|M  b : There is a block marked, but not in this text.|M  B : There is a block marked in this text.
  285. Hwn060D:This shows whether there is anything in the clipboard.|M - : The clipboard is empty|M C : No, it's not..
  286. Hwn0605
  287. Hwn0606
  288. Hwn0607
  289. Hwn0608:These are the bookmarks.|MIf white, no mark is set, if grey then mark is in another text, and if black then mark is in this text.|M\Sgoto mark. \Aset mark. Doubleclick to clear mark.
  290. Hwn0609:This shows which mode the text is in.|MClick Menu to open the Mode menu, or click Adjust to open the Change Mode menu.
  291. Hwn060A:This shows which wrap-type is selected for this view.|M  CW : Character wrap.|M  WW : Word wrap.|MIf small letters, then no lines are currently wrapped.|MClick Select to toggle.
  292. Hwn060B:This shows which newline type this text has.|MMenu opens the menu for changing NL type
  293. Hwn060C:This shows the current wrapwidth in characters.|MIf autowrap is on, an "a" is appended.|MClick Select to toggle autowrap on/off.|MMenu opens the Wrapwith menu.
  294. Hwn06??:This is the infobar.
  295. Hwn07??:This is a list of all texts currently loaded into StrongED.|MThere is a menu
  296. Hwn08??:This is a "list of found" window.
  297. Hwn09??:This is the alert/message window.
  298. Hwn0A??:This is a Throwback window.|MClick on a line and StrongED will load the file and move to the correct line.|MShift-click will delete line/section.
  299. Hwn0C??:This is the character selector.|MClick to insert character where the caret was. Use Adjust to make box stay open.|MKey shortcuts: Arrow keys (also ctrl) to move around, and Return to select.
  300.  
  301. Hwn0F07
  302. Hwn0D07:Click here to save the options.|MClick Adjust to leave the window open.
  303. Hwn0F08
  304. Hwn0D08:Click here when you're happy with your choices.|MClick Adjust to leave the window open.
  305. Hwn0D??:In this dialogue box, you can configure global choices|MSelect a section in the leftmost box, and edit its choices in the rightmost box.
  306. Hwn0F??:In this dialogue box, you can configure choices for a particular StrongED Mode.|MSelect a section in the leftmost box, and edit its choices in the rightmost box.
  307.  
  308. Hwn4000:When this is off, StrongED will only load files dragged directly to it.
  309. Hwn4001:This simulates shift-doubleclick (the RiscOS mechanism for loading any file as if it was text)|MAfter the second click, just hold the mouse button down.
  310. Hwn4003:This is how long you have to hold the mouse button down (in centiseconds) before "doubleclick and hold" takes effect.
  311. Hwn4004:When this is on, StrongED will respond to ExtEdit requests.
  312. Hwn4005:When this is off, StrongED won't register itself as throwback server.
  313. Hwn4007:When this is off, each throwback session/compile will get its own window.
  314. Hwn4006:When this is off, StrongED won't respond to ctrl-F12 to open taskwindows.|MIf you want to disable this permanently, you should also edit the !StrongED.!Boot and !Run files.
  315.  
  316. Hwn4100:If the custom-made redraw routine in StrongED should dislike your system, you can tell StrongED to use standard system calls instead.
  317. Hwn4101:When this is on, StrongED will hide the mouse pointer when you start typing, and redisplay it when you move the mouse.
  318. Hwn4102:You can select between a rectangular caret, and the standard thin line caret.
  319. Hwn4103:When this is on, StrongED flash the caret on/off so that it is easier to localise.
  320. Hwn4104:When this is on, StrongED will automatically add a hor. scrollbar if the window is narrower than the text.
  321. Hwn4105:When this is off, StrongED will leave the caret where it is, when the view is scrolled or resized (with the mouse)|MWhen it's on, StrongED will always make sure the caret is inside the visible area.
  322.  
  323. Hwn4206:When this is on, StrongED will allow you to save a block without opening a savebox. Just click on a marked block and drag it wherever.
  324.  
  325. Hwn4300:Turn this off if you want to see the binary representation of a BASIC file.
  326. Hwn4301:When this is on, StrongED will not include line numbers when it converts from BASIC to text.|MIf you hold down the Ctrl key when loading, the opposite of this setting will be used.
  327. Hwn4302:When this is on, StrongED will insert spaces between certain tokens when converting to text, to make sure it can convert back to tokens later.|MThese spaces are only stripped off again if the tokenised line becomes too long.
  328. Hwn4304
  329. Hwn4306:These two are used when converting from text to tokens. All lines without a line number will get one baced on these two values.
  330.  
  331. Hwn4400:When this is on, you won't see any help like this in StrongED. Doesn't really save you that much..
  332. Hwn4401:When this is on, the caret will move from the last char of a line, to the first char of the next line (and vice verca)
  333. Hwn440A:When this is on, you can't place the caret to the right of line end with the mouse; The caret will then just be placed on the line end.
  334. Hwn4402:When this is on, StrongED will compare the text you've just written with all shortcuts (defined in the modefiles), and if it finds a match the shortcut will be expanded/replaced.
  335. Hwn4406:When this is on, StrongED will remove any extra blanks from the end of a line when you move away from it.|M (To see this, turn on the "Visible EOL spaces" option in the Display section of mode choices.)
  336. Hwn4403:When this is on, StrongED won't load a file that is already loaded, but instead just move the old window to the top.|MTo force a file to be loaded, hold down shift, and drag to the iconbar.
  337. Hwn4405:When this is on and StrongED crashes, it will try to write its entire memory to a file called "StrongDump".|MIn theory this file can help me find the cause of the crash, but only send it to me if I ask for it.
  338. Hwn4407:When this is on, StrongED will save all changed files periodically, to the directory !StrongED.Autosave.|M
  339. Hwn4408
  340. Hwn4409:This tells how often Autosave, if activated, should save.
  341. Hwn440B:When this is on and you save a modefile, it will first be validated and, if OK, all currently used modes will be reloaded.
  342.  
  343. Hwn4503
  344. Hwn4504
  345. Hwn4505
  346. Hwn4506:Open up a window. Place it where you want it. Click on one of these buttons, and then Save/OK
  347. Hwn4508
  348. Hwn4509
  349. Hwn450A:Set whatever options you prefer in these dialogue boxes, click on its button, and then Save
  350.  
  351. Hwn4600
  352. Hwn4601
  353. Hwn4604:Read the manual to find out what a "File menu" is. (Introduction, Tools section)
  354.  
  355. Hwn5000:When this is on, StrongED will show you the corresponding opening bracket when you type the closing one.
  356. Hwn5001:When this is on, StrongED will copy the spaces/tabs from the start of the old line, to the start of the new line.
  357.  
  358. Hwn510C
  359. Hwn5112:This is used to the left and right of the text to move it a bit out from the window border, giving it some air.
  360. Hwn510B
  361. Hwn5113:Gap between all lines.
  362. Hwn510D
  363. Hwn5114:Extra gap after a "hard" linebreak. Can be used to give some extra air between paragraphs.
  364. Hwn510E:When this is on, spaces at the end of a line will be shown with the "mark" colour.
  365. Hwn510F:When this is on, the small version of the current bitmap will be used.|MNote that for low resolutions the small version will always be used.
  366. Hwn5100:When this is on, ctrl characters will be displayed as [xx]|MWhen it is off, they will be displayed as just a dot, or an actual control character if bitmap fonts are used.
  367. Hwn5104
  368. Hwn5106:This is the max length of a line before it is soft-wrapped.|MIf the 'window width' option is on, that is used instead.
  369. Hwn5105:When this is on, the wrap width is continously set to the width of the window.
  370. Hwn5102:When this is on, long lines will be soft-wrapped at the nearest word.|MWhen off, the lines are wrapped at the nearest character.
  371. Hwn5111:When this is on, TAB characters will be treated as all other control characters.
  372. Hwn5109:When this is on, a TAB character will be wide enough to align with the next column divisible by 4.|MIn my opinion, you shouldn't use this, as the only standard is tab-to-8.
  373. Hwn5108:When this is on, a TAB character will be wide enough to align with the next column divisible by 8.|MThis is the "standard" TAB width.
  374. Hwn510A:When this is on, a TAB-to-4 or TAB-to-8 will be shown with a dotted line.|MWhen it is off, everything will just be shown as spaces.
  375.  
  376. Hwn521D:When this is on, the mode will have the same colours as the BaseMode has.
  377. Hwn5201:This is the colour that plain text should have. It is also the colours used for all the other elements, if they don't have the "tick" beneath the Foreground/Background palettes.
  378. Hwn5202:This is the colour used for the caret. It only have one colour, so foreground and background will always be the same.
  379. Hwn5203:This is the colour used for text marked as a block.
  380. Hwn5204:This is the colour used for "marked" text. (Found text when you search, text inserted again with Undo, a matched bracket etc..)
  381. Hwn5205:This is the colour used for control characters.
  382. Hwn5214:When this is on, StrongED uses information from the Modefile to colour certain words and elements with different colours.
  383. Hwn5206:An ID is any sequence of letter + letters/numbers that is not otherwise defined as a Reserved word.
  384. Hwn5207:A string is everything between two quotes.
  385. Hwn5208:Comments can also be coloured. The syntax of the comment is defined in the Modefile.|MNote that currently StrongED can't colour multi-line comments properly.
  386. Hwn5209:Numbers can be binary, hexadecimal and desimal. Strings looking like reals will also be coloured.
  387. Hwn520A:Punctuation is all characters not defined to be ctrl, number or ID
  388. Hwn520B
  389. Hwn520C
  390. Hwn520D
  391. Hwn520E
  392. Hwn520F
  393. Hwn5210
  394. Hwn5211
  395. Hwn5212:These eight groups correspond to eight lists of reserved words in the Modefile.
  396. Hwn521E
  397. Hwn5217:If this is unticked, the colour for 'Text' is used instead.
  398. Hwn5219
  399. Hwn5216
  400. Hwn521E
  401. Hwn5218:These will later be used for the RGB colour picker.
  402. Hwn5213
  403. Hwn5200:Click on the colour you want. The tick below will automatically be set.|MClicking on the letter will swap Foreground and Background colours.
  404.  
  405. Hwn5300:When this is on, each view will have a toolbar at the top of the window.|MNote: Only takes effect for *new* texts.
  406. Hwn5302:When this is on, each view will have a infobar at the bottom.|MNote: Only takes effect for *new* texts.
  407. Hwn5301:When this is on, the file position will be showed as a hexadecimal value. Otherwise it will be shown as an x,y pair.
  408. Hwn5303:When this is on, all views will have a horizontal scrollbar. This option only has meaning if the global option for turning it on/off is off.
  409.  
  410. Hwn5400
  411. Hwn5403:This is the filetype assigned to a text created from the iconbar 'create' menu.
  412. Hwn5404:The standard RiscOS and Unix line separator.
  413. Hwn5407:The standard MS-Dos and Windows line separator.
  414. Hwn5402:When on, the 'Print headers and footers' toggle in the Print dbox will be on by default.
  415.  
  416. Hwn8100
  417. Hwn8200
  418. Hwn8900:Type string to search for here.|MKey shortcuts: Page Up/Down to fetch old search strings.
  419. Hwn8101:Type replace string here.|MKey shortcuts: Page Up/Down to fetch old strings.
  420. Hwn8102
  421. Hwn8901:Click to toggle 'advanced' search syntax on/off|MKey shortcut: ^A
  422. Hwn8103
  423. Hwn8902:Click to toggle the 'Line' switch on/off.|MWhen it is on, StrongED will only look for search string at the start of lines.|MKey shortcut: ^L
  424. Hwn8104
  425. Hwn8201
  426. Hwn8903:Click to toggle case sensitive searching on/off.|MKey shortcut: ^C.
  427. Hwn8105:Click to fetch the search/replace strings used last time.|MKey shortcut: Page Up/Down
  428. Hwn8107:Click to count occurrences of the search string.|MKey shortcut: ^N
  429. Hwn8108:Click to start search.|MKey shortcut: Return.
  430. Hwn8905
  431. Hwn8106:Click here to cycle between the different search-scopes.|MThis limits the area that will be searched.|MKey shortcut: ^S
  432. Hwn81??:This is the Search/Replace dialogue box.
  433.  
  434. Hwn8202:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
  435. Hwn8203:Click to go to next occurrence of searchstring.|MKey shortcut: Down arrow
  436. Hwn8204:Click to go to previous occurrence of searchstring.|MKey shortcut: Up arrow
  437. Hwn82??:This is the Interactive Search dialogue box.
  438.  
  439. Hwn83??:This is the Goto Line dialogue box.|MType a textline number and press Return. 1 is always the first line in the text.
  440.  
  441. Hwn8400:Click to *not replace* this occurrence, but just find the next.|MKey shortcut: Down Arrow.
  442. Hwn8401:Click to replace this occurrence, and find the next.|MKey shortcut: Return.
  443. Hwn8402:Click to replace all remaining occurrences.|MKey shortcut: ^A
  444. Hwn8403:Click to undo the last replace.|MKey shortcut: F8
  445. Hwn8404:Click to redo the last undo.|MKey shortcut: ^F8
  446. Hwn84??:This is the "What now" dialogue box.
  447.  
  448. HwnA000
  449. HwnA100
  450. HwnA200
  451. HwnA300
  452. HwnA400:Type filename here.|MKey shortcuts: Page Up/Down to fetch old filenames. Return to Save
  453. HwnA001
  454. HwnA101
  455. HwnA201
  456. HwnA301
  457. HwnA401:Type filetype here.|MYou can type name or number.|MKey shortcut: Return to Save.
  458. HwnA002
  459. HwnA102
  460. HwnA202
  461. HwnA302
  462. HwnA402:Drag this to where you want the file to be saved.
  463. HwnA007
  464. HwnA107
  465. HwnA207
  466. HwnA307:Click here to save.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
  467. HwnA407:Click here to save&kill.|MYou can also press Return, or drag the filetype icon to filer window (or other application)
  468. HwnA404:Click here to kill the text without saving.
  469.  
  470. HwnA0??:This is the Save text dialogue box.
  471. HwnA1??:This is the Save block dialogue box.
  472. HwnA2??:This is the Save viewers dialogue box.
  473. HwnA3??:This is the Save List of Found dialogue box.
  474. HwnA4??:This is the Save&kill text dialogue box.
  475.  
  476. Hwn8904:Click to cycle between the different display types.|MKey shortcut: ^D
  477. Hwn8906:Click to fetch the searchstring used last time.|MKey shortcut: Page Up/Down
  478. Hwn8907:Click to start generating list of found.|MKey shortcut: Return
  479. Hwn89??:This is the List of Found dialogue box.
  480.  
  481. Hwn8D0B:Click to count number of words in text.
  482. Hwn8D??:This shows information on the text.
  483.  
  484. Hwn8E??:This is the standard "program info" box.|MClick on the "Help" button to get 'meatier' information.
  485.  
  486. # Errors :
  487.  
  488. Err00:%s
  489. Err01:Not enough memory.
  490. Err02:Too many windows. Can't create View.
  491. Err03:Cannot load here!
  492. Err04:File not found
  493. Err05:Can't load a directory.
  494. Err06:Load failed. Did sender die?
  495. Err07:Can't save text to itself.
  496. Err08:No help on that word.
  497. Err09:No block is marked.
  498. Err10:Block not in this Text.
  499. Err11:Can't copy block into itself.
  500. Err12:Can't have fastchars for this mode.
  501. Err13:Mark is undefined.
  502. Err14:Can't move block into itself.
  503. Err15:String contains unknown escape character.
  504. Err16:String not found.
  505. Err17:Couldn't replace more than %u4 occurrences
  506. Err18:Can't find !StrongHlp.
  507. Err20:You must quit old print-job first.
  508. Err21:This is a null-string.
  509. Err22:Undo is turned off for this text.
  510. Err23:Nothing to Undo.
  511. Err24:Nothing to Redo.
  512. Err25:Unknown Undo/Redo code %u4.
  513. Err26:This entry does nothing.
  514. Err27:Don't know where to save. Drag to directory.
  515. Err28:Oops.. Unknown internal error..!?! (%u4)
  516. Err29:Nothing to playback.
  517. Err30:The DDEUtils module is needed for throwback
  518. Err31:Learn buffer is full. Turned off.
  519. Err32:Unknown token.
  520. Err33:Unexpected end of file.
  521. Err34:Expected keyname.
  522. Err35:Only c-? supported.
  523. Err36:This character can't be used as a control key.
  524. Err37:Only 3 keys allowed per keystroke.
  525. Err38:Unknown function.
  526. Err39:Bad keylist name.
  527. Err40:Function don't take parameters.
  528. Err41:Function doesn't take numbers as parameter.
  529. Err42:Function doesn't take strings as parameter.
  530. Err43:This is not an 'ExternalEdit' text..
  531. Err44:"%s" not present.
  532. Err45:Menuline expected.
  533. Err46:Wimp$Scrap is not defined.
  534. Err47:Expression Error.
  535. Err48:Unknown identifier.
  536. Err49:Function doesn't take id's as parameter.
  537. Err50:Missing "
  538. Err51:Missing left part of or-expression
  539. Err52:Missing ' to end set
  540. Err53:Only strings, NL and @xx allowed in replace expression.
  541. Err54:Incorrect mark.
  542. Err55:Mark %u4 is not set.
  543. Err56:Replace string too large
  544. Err57:Expected "("
  545. Err58:This function has no more parameters.
  546. Err59:Required parameter is missing.
  547. Err60:Bad type.
  548. Err61:Bad value.
  549. Err62:Expected ")" or ","
  550. Err63:Clipboard is empty.
  551. Err64:This doesn't apply to 'freeblock'
  552. Err65:This only applies to 'freeblock'
  553. Err66:Freeblock not in this view.
  554. Err67:Line %u4 too long to be tokenised
  555. Err68:Please open the window first.
  556. Err69:Escape.
  557. Err70:You must select a whole number of lines to sort.
  558. Err71:Nothing to sort.
  559. Err72:Function already defined for this group.
  560. Err73:Unknown option for SyntaxWords.
  561. Err74:This Syntax Group is already defined.
  562. Err75:Too many reserved words.
  563. Err76:Illegal set range (use '\-' if you want the char '-')
  564. Err77:Can't have case/nocase reserved words with same 1st letter.
  565. Err78:Shortcut too long (can max be 7 chars)
  566. Err79:Text is write protected.
  567. Err80:Unknown mode '%s'.
  568. Err81:No application configured for this URL type.
  569. Err82:Bad hex value.
  570. Err83:Unable to verify if modefile is correct (No memory)
  571.  
  572. # Messages and warnings :
  573.  
  574. Msg00:None found
  575. Msg01:One found
  576. Msg02:%u4 found
  577. Msg04:One or more texts are altered. Are you sure?
  578. Msg05:Quit
  579. Msg06:Oops..
  580. Msg07:%u4 occurrences replaced.
  581. Msg08:Not changed
  582. Msg09:Maybe changed
  583. Msg10:Changed
  584. Msg11:Created
  585. Msg12:Loaded
  586. Msg13:Last saved
  587. Msg14:%s less than a second ago.
  588. Msg15:%s just %u4 seconds ago.
  589. Msg16:%s 1 minute ago.
  590. Msg17:%s %u4 minutes ago.
  591. Msg18:%s 1 hour ago.
  592. Msg19:%s %u4 hours ago.
  593. Msg20:%u4 words counted.
  594. Msg21:<no block>
  595. Msg22:-
  596. Msg23:Ascii value %u1 (&%x2). Char '%c'
  597. Msg24:%u4 bytes of undo data removed.
  598. Msg25:Autosave directory contains backup files!
  599.